home *** CD-ROM | disk | FTP | other *** search
- Product Name Version
- Arachnophilia 4.0
- Short (MetaBar) Name Long (ToolBar/Menu) Name ToolTip Status Line
- Forms Forms Automating Methods Automating Methods
- Button Name Command ToolTip Status Line
- NewForm <form action="http://yourcgiscript" method="post">\p\p|\p\p</form> Creates new form
- InText <input type="text" name="var name" size="40" maxlength="80" value="default value"> Text input control
- InPasswd <input type="password" name="var name" size="40" maxlength="80" value="default value"> Keystrokes are rendered as "*"
- InCheck <input type="checkbox" name="var name" value="default value"> For selecting more than one of a set
- InRadio <input type="radio" name="var name" value="default value"> When put in sets, only one stays pressed
- InHidden <input type="hidden" name="var name" value="default value"> Used to pass information to the CGI script
- InSelect <select name="variable name">\p<option>|\p<option>\p<option>\p<option>\p</select>\p Used for long lists of choices
- TextArea <textarea name="variable name" rows="3" cols="40">|</textarea> Large Block
- InSubmit <input type="submit" value="default value"> Submits form
- InReset <input type="reset" value="default value"> Resets Form
-